BatchGet<>.Combine Method (BatchGet[])

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Creates a MultiTableBatchGet object that is a combination of the current BatchGet and the specified BatchGets

Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public MultiTableBatchGet Combine(
         BatchGet[] otherBatches
)

Parameters

otherBatches
Type: Amazon.DynamoDBv2.DataModel.BatchGet[]

Other BatchGet objects

Return Value
Type: Amazon.DynamoDBv2.DataModel.MultiTableBatchGet
MultiTableBatchGet consisting of the multiple BatchGet objects: the current batch and the passed-in batches.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5